home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir43 / member_.zip / INSTALL.CFG next >
Text File  |  1994-04-17  |  3KB  |  79 lines

  1. rem   This is the configuration file used to install MEMBER
  2. rem   ===================================================
  3.  
  4. rem --- set the character that is used for background on the screen
  5. rem   - good choices are ░ ▒ ▓ . or a space
  6. SCREENFILLCHAR: " MEMBER ",2
  7.  
  8. rem --- set the colors that the end-user sees on the screen
  9. rem   - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
  10. rem   - and you may add the modifier BRIGHT to intensify the selected color
  11. WINDOWBACKGROUND: BLUE 
  12. WINDOWFOREGROUND: WHITE
  13. SCREENBACKGROUND: WHITE
  14. SCREENFOREGROUND: BLUE
  15. TITLEBACKGROUND: WHITE
  16. TITLEFOREGROUND: BLACK
  17. BOTTOMBACKGROUND: WHITE
  18. BOTTOMFOREGROUND: BLACK
  19. PROMPTBACKGROUND: CYAN
  20. PROMPTFOREGROUND: BLACK
  21.  
  22. rem --- the title that appears at the top of all screens
  23. TITLE: "MEMBER - Install Software Installation"
  24.  
  25. rem --- The following paragraph is on the first screen seen by the
  26. rem   - end-user.  Note that you should leave a blank line at the top
  27. rem   - and bottom and leave a couple of spaces at the left AND right
  28. rem   - to provide proper spacing around the window border.
  29. BEGINFIRSTSCREEN
  30.  
  31.   This installation program will install Member onto your  
  32.   hard disk.  Member will run immediately following this
  33.   installation.  
  34.  
  35. ENDFIRSTSCREEN
  36.  
  37. rem --- The following is the last screen seen by the end-user.
  38. rem   - Note that you should leave a blank line at the top and
  39. rem   - bottom and leave a couple of spaces at the left AND right
  40. rem   - to provide proper spacing around the window border.
  41. BEGINLASTSCREEN
  42.  
  43.   Installation of Member is now complete.  
  44.  
  45.   The file "MANUAL.DOC" is a user guide and can be printed
  46.   by typing at DOS prompt -->PRINT MANUAL.DOC
  47.  
  48.   Type -->Member   to run Member.
  49.  
  50.   See the file "ORDER.FRM" to register Member.
  51.  
  52. ENDLASTSCREEN
  53.  
  54. rem --- check to see if the end user has enough disk space to install
  55. rem   - note that the user can install one of two file groups 
  56. rem   - (all files or just the program files) thus we must
  57. rem   - provide a different check for group one and group two
  58. MINDISKSPACE: 600000, 1
  59.  
  60. rem --- chekc that the end user has a powerful enough CPU 
  61. MINCPUTYPE: 8086
  62.  
  63. rem --- set the default drive and directory for installation
  64. DEFAULTDIR: c:\member
  65.  
  66. CONFIG: buffermin=40, filemin=30, ask
  67.  
  68. rem FILE: FileName[, {compressed|self-Extract}][, overwrite={new|ask}][, group=({1-99},)*]
  69. FILE: member_.exe, self-extract
  70. FILE: *.DOC, OVERWRITE=NEW
  71. FILE: order.frm
  72. FILE: read.me
  73.  
  74. rem --- Display an ASCII file to the end-user that has any new information
  75. SHOWREADME: manual.doc
  76.  
  77. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  78. RUNATEXIT: "MEMBER.EXE"
  79.